home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2021 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: god.bel.alcatel.be!nlev00!barnhoorn
  2. From: barnhoorn@nlev00 ()
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: YASL (was: AsynchIO (was: fastest file read method ??))
  5. Date: 26 Jan 1996 08:48:12 GMT
  6. Organization: Alcatel Bell
  7. Distribution: world
  8. Message-ID: <4ea4gc$mjg@btmpjg.god.bel.alcatel.be>
  9. References: <w9YbsMD4ACazz9@jeff.dame.shnet.org> <w+RYXMD4FC8aRz1@_crisi.blackbox.shnet.org> <4dsalp$t68@news1.halcyon.com> <4du0ju$84b@news.sdd.hp.com> <4e2e76$9k3@toad.stack.urc.tue.nl> <4e3j8v$jd0@news.sdd.hp.com> <4e7si4$ore@tuegate.tue.nl> <4e8asc$rht@news.sdd.hp.com>
  10. Reply-To: barnhoorn@nlev00 ()
  11. NNTP-Posting-Host: nles61.ats.nld.alcatel.nl
  12. X-Newsreader: mxrn 6.18-10
  13.  
  14.  
  15. In article <4e8asc$rht@news.sdd.hp.com>, Jeff Grimmett <jgrimm@sdd.hp.com> writes:
  16. |> leon@esrac.ele.tue.nl (Leon Woestenberg) wrote:
  17. |> 
  18. |> >A shared library is only stupid, when it isn't shared. Now of course we
  19. |> 
  20. |> My opinion as such differs from yours.  I have over a dozen so-called 
  21. |> shared libraries in my LIBS: directory that are shared by ONE program, 
  22. |> this is SHARING? What uses hyperion.library and centurion.library?  One 
  23. |> program that I'm aware of.  If something else does, I don't have it.
  24. |> 
  25.  
  26. There is another advantage of using  'shared' libraries: programs
  27. may implement parts of their code in a library, which is then loaded
  28. into memory only when the program needs this part of the code.
  29. When the system runs out of memory, the unused parts of the program
  30. are flushed from memory, and reloaded again when the program needs it
  31. again.
  32.  
  33. |> Why do you think people are starting to make noises for uninstallers for 
  34. |> the Amiga?  Every program they dl off of Aminet seens to have another 
  35. |> new, strange, and enigmatic shared library that is used no where else. If 
  36. |> Call it the "Library of the Day Club".
  37.  
  38. The solution to this is rather easy. Programs with their own libraries
  39. should NOT store these libraries in LIBS:, but in a subdirectory of
  40. LIBS: or in a user-defined directory.
  41.  
  42. Jaco.
  43. barnie@xs4all.nl
  44.